dvb_country_a2_to_id

@brief Converts an Unix-like 2-letter Country code into enum dvb_country_t @ingroup ancillary

@param name two-letter Country code.

@return It returns the corresponding enum dvb_country_t ID. If not found, returns COUNTRY_UNKNOWN.

extern (C)
dvb_country_a2_to_id
(
const(char)* name
)

Meta